docs: add GTK_TREE_SORTABLE_*_COLUMN_ID to docs
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 20:40:50 +0000 (15:40 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:38 +0000 (18:57 -0500)
docs/reference/gtk/gtk3-sections.txt
gtk/gtktreesortable.h

index 66885a2e54103d1c85739187b50cc3fbbb97f9b3..707dea579092fbde9a571a900c4381d6e7dd7626 100644 (file)
@@ -4430,6 +4430,8 @@ gtk_tree_selection_get_type
 GtkTreeSortable
 GtkTreeSortableIface
 GtkTreeIterCompareFunc
+GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID
+GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID
 gtk_tree_sortable_sort_column_changed
 gtk_tree_sortable_get_sort_column_id
 gtk_tree_sortable_set_sort_column_id
index ae3cabee8a2dc15a9188c6583236d7222d6c5e06..c9508b5c0c6e3f9aaa5deb21bb026be14df7fc10 100644 (file)
@@ -35,6 +35,24 @@ G_BEGIN_DECLS
 #define GTK_IS_TREE_SORTABLE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TREE_SORTABLE))
 #define GTK_TREE_SORTABLE_GET_IFACE(obj)  (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GTK_TYPE_TREE_SORTABLE, GtkTreeSortableIface))
 
+/**
+ * GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID:
+ *
+ * The GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID can be used to make a
+ * #GtkTreeSortable use the default sort function.
+ *
+ * See also gtk_tree_sortable_set_sort_column_id()
+ */
+
+/**
+ * GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID:
+ *
+ * The GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID can be used to make a
+ * #GtkTreeSortable use no sorting.
+ *
+ * See also gtk_tree_sortable_set_sort_column_id()
+ */
+
 enum {
   GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID = -1,
   GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID = -2